Q3FSSpecStorage_Get
You can use theQ3FSSpecStorage_Get
function to get information about anFSSpec
storage object.
TQ3Status Q3FSSpecStorage_Get ( TQ3StorageObject storage, FSSpec *fs);
storage
- A Macintosh
FSSpec
storage object.fs
- On entry, a pointer to a file system specification structure. On exit, a pointer to the file system specification structure associated with the specified Macintosh
FSSpec
storage object.DESCRIPTION
TheQ3FSSpecStorage_Get
function returns, through thefs
parameter, the file system specification structure associated with the MacintoshFSSpec
storage object specified by thestorage
parameter.